Searched refs:helper (Results 1 - 25 of 74) sorted by path

123

/macosx-10.10/BerkeleyDB-21/db/examples_c/csv/
H A DREADME11 csv_code: write "helper" code on which to build applications,
150 Here are the helper routines:
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm2557 short-cuts and set up each of the relationships, and associated helper
2661 create a helper shortcut method, named by prefixing the name of the
2748 Internally several helper methods are defined using this approach:
/macosx-10.10/CPANInternal-159.1/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm64 So, after a while I grew a small library of DBI helper routines and
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm58 my $helper = $] >= 5.006 ? 'JSON::PP::Compat5006' : 'JSON::PP::Compat5005';
59 eval qq| require $helper |;
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm944 an ERROR level between WARN and FATAL, there are two additional helper
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DDateFormat.pm314 Log::Log4perl::DateFormat - Log4perl advanced date formatter helper class
335 C<Log::Log4perl::DateFormat> is a low-level helper class for the
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex1818 For those using small numbers (\textit{snicker snicker}) there are several ``helper'' functions
H A Dtommath.tex5520 This section briefly describes a series of single digit helper algorithms which come in handy when working with small constants. All of
5521 the helper functions assume the single digit input is positive and will treat them as such.
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duresbund.cpp1719 UResourceBundle *helper = NULL; local
1754 helper = init_resb_result(&(dataEntry->fData), res, NULL, -1, dataEntry, resB, 0, helper, status);
1755 /*helper = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, helper, status);*/
1756 if(helper) {
1757 dataEntry = helper->fData;
1758 rootRes = helper->fRes;
1759 resPath = helper->fResPath;
1760 len = helper
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationdatabuilder.cpp1031 CopyHelper helper(src, *this, modifier, errorCode);
1032 utrie2_enum(src.trie, NULL, enumRangeForCopy, &helper);
1033 errorCode = helper.errorCode;
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcrestst.c913 UResourceBundle *helper = NULL; local
943 helper = ures_getByIndex(res, j, helper, &status);
944 log_err("%s\n", ures_getKey(helper));
948 ures_close(helper);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Drestest.cpp563 ResourceBundle helper = res.get(j, status); local
564 err("%s\n", helper.getKey());
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/scripts/
H A DCodeGeneratorInspector.py895 def create_type_declaration_(json_typable, context_domain_name, fixed_type_name, helper):
920 comment_out = helper.is_ad_hoc
926 helper.write_doc(writer)
960 validator_writer.newline("void %s%s::assertCorrectValue(Inspector::InspectorValue* value)\n" % (helper.full_name_prefix_for_impl, enum_name))
994 return helper.full_name_prefix_for_use + fixed_type_name.class_name + "::assertCorrectValue"
998 return helper.full_name_prefix_for_use + fixed_type_name.class_name + "::Enum"
1010 return TypeModel.Enum(helper.full_name_prefix_for_use + fixed_type_name.class_name)
1014 if helper.is_ad_hoc:
1075 helper.write_doc(writer)
1101 return TypeModel.ValueType("%s%s" % (helper
[all...]
/macosx-10.10/OpenSSH-189/openssh/contrib/caldera/
H A Dopenssh.spec321 %{_libexecdir}/ssh-pkcs11-helper
333 %{_mandir}/man8/ssh-pkcs11-helper.8.gz
/macosx-10.10/OpenSSH-189/openssh/contrib/cygwin/
H A Dssh-host-config23 CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh
26 # Don't use *any* transient commands before sourcing the csih helper script,
H A Dssh-user-config26 CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh
/macosx-10.10/OpenSSH-189/openssh/contrib/redhat/
H A Dopenssh.spec348 %attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper
350 %attr(0644,root,root) %{_mandir}/man8/ssh-pkcs11-helper.8*
/macosx-10.10/OpenSSH-189/openssh/contrib/suse/
H A Dopenssh.spec217 %attr(0755,root,root) %{_libdir}/ssh/ssh-pkcs11-helper
231 %attr(0644,root,root) %doc %{_mandir}/man8/ssh-pkcs11-helper.8*
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js3782 var helper = doc.cm && doc.cm.getHelper(pos, "wordChars");
3786 var type = isWordChar(cur, helper) ? "w"
3830 var helper = cm.getHelper(pos, "wordChars");
3833 var check = isWordChar(startChar, helper)
3834 ? function(ch) { return isWordChar(ch, helper); }
4827 // Fed to the mode parsers, provides helper functions to make
7093 function isWordChar(ch, helper) {
7094 if (!helper) return isWordCharBasic(ch);
7095 if (helper.source.indexOf("\\w") > -1 && isWordCharBasic(ch)) return true;
7096 return helper
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js3782 var helper = doc.cm && doc.cm.getHelper(pos, "wordChars");
3786 var type = isWordChar(cur, helper) ? "w"
3830 var helper = cm.getHelper(pos, "wordChars");
3833 var check = isWordChar(startChar, helper)
3834 ? function(ch) { return isWordChar(ch, helper); }
4827 // Fed to the mode parsers, provides helper functions to make
7093 function isWordChar(ch, helper) {
7094 if (!helper) return isWordCharBasic(ch);
7095 if (helper.source.indexOf("\\w") > -1 && isWordCharBasic(ch)) return true;
7096 return helper
[all...]
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebDragClient.cpp120 COMPtr<IDragSourceHelper> helper; local
131 IID_IDragSourceHelper,(LPVOID*)&helper))) {
144 helper->InitializeFromBitmap(&sdi, dataObject.get());
/macosx-10.10/apr-32/apr/apr/
H A Dapr-config.in68 --installbuilddir print APR build helper directory
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dintegration_test.sh45 cp $(atf_get_srcdir)/misc_helpers helper
46 create_atffile helper
149 "ATF_CONFDIR=$(pwd)/etc HOME=$(pwd) atf-run helper"
163 "ATF_CONFDIR=$(pwd)/etc HOME=$(pwd) atf-run helper"
177 "ATF_CONFDIR=$(pwd)/etc HOME=$(pwd) atf-run helper"
191 "ATF_CONFDIR=$(pwd)/etc HOME=$(pwd) atf-run helper"
206 "ATF_CONFDIR=$(pwd)/etc atf-run helper"
210 "ATF_CONFDIR=$(pwd)/etc atf-run -v testvar='a value' helper"
221 "ATF_CONFDIR=$(pwd)/etc atf-run helper"
226 "ATF_CONFDIR=$(pwd)/etc atf-run -v testvar='a value' helper"
[all...]
/macosx-10.10/bless-103/test/
H A DUtilitiesCFPrettyPrint.c200 TAOCFDepth_Counter helper; local
202 helper.depth = 0;
203 helper.out = out;
204 helper.arrayIndex = 0;
205 helper.indent = indent;
207 _TAOCFPrettyPrint_recurse(inRef, &helper);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c2729 #pragma mark helper functions
5661 // have the helper "refresh" the configuration
5682 // close helper

Completed in 466 milliseconds

123