Searched refs:publish (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DFile.pm29 sub publish { subroutine
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/
H A DProjectDocs.pm95 $comp->publish();
133 $doc->publish($html);
143 $index_page->publish();
/macosx-10.10.1/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-keygen.c232 isc_stdtime_t publish = 0, activate = 0, revoke = 0; local
396 publish = strtotime(isc_commandline_argument,
589 if (setpub && setact && (activate - prepub) < publish)
596 publish = now;
600 activate = publish + prepub;
603 publish = activate - prepub;
670 publish = activate - prepub;
671 if (publish < now)
906 * For a new key without an explicit predecessor, publish
925 dst_key_settime(key, DST_TIME_PUBLISH, publish);
[all...]
H A Ddnssec-keyfromlabel.c141 isc_stdtime_t publish = 0, activate = 0, revoke = 0; local
238 publish = strtotime(isc_commandline_argument,
477 dst_key_settime(key, DST_TIME_PUBLISH, publish);
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dprinters.h20 # include <avahi-client/publish.h>
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddnssec.c548 isc_stdtime_t publish, active, revoke, inactive, delete; local
565 result = dst_key_gettime(key, DST_TIME_PUBLISH, &publish);
588 if (revset && revoke <= now && pubset && publish <= now)
1139 isc_stdtime_t publish, active, revoke, inactive, delete; local
1146 result = dst_key_gettime(key->key, DST_TIME_PUBLISH, &publish);
1166 /* Metadata says publish (but possibly not activate) */
1167 if (pubset && publish <= now)
1170 /* Metadata says activate (so we must also publish) */
1179 * publish now and activate later.
1217 * Metadata says delete, so don't publish thi
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Daap.vim71 syn match aapCommand '^\s*:publish\>'
H A Dcf.vim170 syn keyword cfArg contained proxyport proxyserver proxyuser publish query queryasroot
H A Dprogress.vim168 syn keyword ProgressOperator publish put-double put-float put-long put-short put-string put-unsigned-short query-off-end question radio-buttons radio-set random raw raw-transfer read-file read-only
H A Dsqlanywhere.vim437 syn keyword sqlKeyword property_is_cumulative property_is_numeric public publication publish publisher
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dbootpd.c249 static void S_publish_disabled_interfaces(boolean_t publish);
2282 S_publish_disabled_interfaces(boolean_t publish) argument
2286 if (publish == FALSE && last_publish == FALSE) {
2287 /* we don't have anything to publish, and didn't publish last time */
2291 if (publish) {
2312 last_publish = publish;
/macosx-10.10.1/CPAN-56/
H A DgenOSS.pl28 without limitation the rights to use, copy, modify, merge, publish,
/macosx-10.10.1/curl-83.1.2/curl/projects/
H A Dbuild-openssl.bat15 rem * You may opt to use, copy, modify, merge, publish, distribute and/or sell
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp646 * Register instance - publish it for matching
4622 // Allow PAL layer to publish a value
4691 bool publish; local
4755 publish = (consoleUsers || (locked != regEntry->getProperty(gIOConsoleLockedKey)));
4756 if (publish)
4778 if (publish)
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dorgcard.tex672 \key{export/publish dispatcher}{C-c C-e}
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex2930 out what Karatsuba did not know or at least did not publish was that this is simply polynomial basis multiplication with the points

Completed in 202 milliseconds