Home
last modified time | relevance | path

Searched refs:resource (Results 401 – 425 of 428) sorted by last modified time

1...<<1112131415161718

/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/_fixture/
H A DSnapshotClass.php25 private static $resource; variable in SebastianBergmann\\GlobalState\\TestFixture\\SnapshotClass
34 self::$resource = fopen('php://memory', 'r');
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst152 Loaders are responsible for loading templates from a resource such as the file
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md103 `resource($value, $type = null, $message = '')` | Check that a value is a resource
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md401 * [#13215](http://dev.ckeditor.com/ticket/13215): Added ability to cancel fetching a resource by th…
402 …in the [Embed](http://ckeditor.com/addon/embed) dialog to indicate that a resource is being loaded.
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md569 If you're referring to a local resource on the same server, you can
614 [id]: http://example.com/longish/path/to/resource/here
/plugin/issuetracker/
H A DREADME142 assigned resource. Both (user/assignee) will be informed about issue updates by
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php56 public function __construct($service, $serviceName, $resourceName, $resource) { argument
60 …$this->methods = isset($resource['methods']) ? $resource['methods'] : array($resourceName => $reso…
H A DGoogle_Service.php21 public $resource; variable in Google_Service
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1394 public $resource; variable in Google_EventAttendee
1439 public function setResource( $resource) { argument
1440 $this->resource = $resource;
1443 return $this->resource;
/plugin/amcharts/
H A Daction.php62 private function get_asset($resource) { argument
63 if(!preg_match('#^(?:(?:https?:)?/)?/#', $resource)) {
65 $resource = DOKU_BASE."lib/plugins/".$info['base']."/assets/".$resource;
67 return $resource;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Munge.txt
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt2715 and space resource constraints. As the general level of processing
/plugin/svgpureinsert/_test/
H A Dsvglogo.svg14 xmlns:cc="http://web.resource.org/cc/">
23 <cc:license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.5/" />
25 <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction" />
29 <cc:permits rdf:resource="http://web.resource.org/cc/Distribution" />
30 <cc:requires rdf:resource="http://web.resource.org/cc/Notice" />
31 <cc:requires rdf:resource="http://web.resource.org/cc/Attribution" />
32 <cc:prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
33 <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
34 <cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
/plugin/git/lib/
H A DGit.php200 $resource = proc_open($this->git_path, $descriptorspec, $pipes);
208 $status = trim(proc_close($resource));
228 $resource = proc_open($command, $descriptorspec, $pipes, $this->repo_path);
236 $status = trim(proc_close($resource));
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js8resource=this[name],loading=this.loading[name];this.loading[name]=null;if(!resource){alert("Resour…
H A Djquery.syntax.min.js8resource=this[name],loading=this.loading[name];this.loading[name]=null;if(!resource){alert("Resour…
/plugin/aclauditor/
H A Dhelper.php29 'desc' => 'returns the list of ACLs that are applied on a resource (page/media)',
31 'resource' => 'string'
49 …'desc' => 'returns the list of ACLs that are applied on a resource (page/media) for a user or a …
52 'resource' => 'string'
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf716 https?:\/\/([^\/]*\.)?bank-of-fetish-resource\.aroundworld\.in\.ua
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14 …s.ajaxumTarget]){el.innerHTML="";showmsg('ajaxum_error',mo.ajaxum.error.resource);}return}el.inner…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp33 ' You should look at the settings for each resource type to get the full potential
H A Dconnector.asp58 ' Check if it is an allowed resource type.
60 SendError 1, "The """ & sResourceType & """ resource type isn't allowed"
H A Dio.asp65 ' Get the resource type directory.
71 ' Return the resource type directory combined with the required path.
H A Dupload.asp54 ' Check if it is an allowed resource type.
56 SendUploadResults "1", "", "", "The " & sResourceType & " resource type isn't allowed"
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm159 <!--- create resource type directory if not exists --->
H A Dcf_io.cfm99 <!--- Get the resource type directory. --->
108 <!--- Return the resource type directory combined with the required path. --->

1...<<1112131415161718